home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games2 / vidpoke.zip / VIDPOKER.DOC next >
Text File  |  1993-01-04  |  4KB  |  85 lines

  1.                             VIDEO POKER
  2.  
  3.    This is video poker, Las Vegas style. The program is modeled
  4. after a "good" quarter machine, one that pays 30 coins for a
  5. flush and 45 coins for a full house, with 5 coins bet. Some
  6. machines pay less (25 and 40), but most casinos have 30-45
  7. machines. You just have to look around for them.
  8.  
  9.    To begin play, type VIDPOKER from the DOS prompt. After
  10. loading, the program will give you a choice of a starting
  11. bankroll. You can start from scratch with 0 credits, or start
  12. with 40, 80, or 200 credits, representing 1, 2, or 5 rolls of
  13. quarters. After the opening screens, you're into the game. First
  14. you'll see the backs of five cards, how many credits you have,
  15. and a prompt that asks how much you want to bet. Hit a number key
  16. from 1 to 5, either on the main keyboard or the numeric keypad,
  17. to make a bet. Don't hit the <ENTER> key, though. Your wager will
  18. be immediately deducted from your credits. Next, the program will
  19. deal your first five cards. Use the number keys again to select
  20. the cards you want to hold. The leftmost card is #1; the
  21. rightmost, #5. If you hold a card and then change your mind, you
  22. can toggle the "HELD" indicator off and on by hitting the number
  23. key again. Also, you can hit more than one number key at a time
  24. and usually mark the cards you want to hold.
  25.  
  26.    When you're satisfied with your hold choice, hit <ENTER> to
  27. draw your replacement cards. If you catch a winning hand, the
  28. program will report it and automatically increase your credits
  29. according to the payoff odds, which are:
  30.  
  31.  
  32. COINS BET  ->       1    2    3     4     5 
  33. ------------------------------------------- 
  34. Royal Flush       250  500  750  1000  4000 
  35. Straight Flush     50  100  150   200   250
  36. 4 of a Kind        25   50   75   100   125
  37. Full House          9   18   27    36    45
  38. Flush               6   12   18    24    30
  39. Straight            4    8   12    16    20
  40. 3 of a Kind         3    6    9    12    15
  41. 2 Pair              2    4    6     8    10
  42. Jacks or Better     1    2    3     4     5
  43.  
  44.  
  45.    To play the next hand, hit any key, and you're back to the bet
  46. prompt. If you're betting the same amount each time, say 5 coins,
  47. you can speed things up by hitting the 5 key twice quickly. That
  48. takes you back to the bet prompt, bets 5 coins for you, and deals
  49. the next hand. When you get tired of playing, just bet 0 coins to
  50. end the game.
  51.  
  52.  
  53.  
  54.  
  55.                                NOTES
  56.  
  57.    This game was written entirely in Turbo Pascal 5.5 and
  58. requires an EGA card with 256 K of video ram. It was tested on my
  59. machine, a Hyundai AT compatible, running at 10 mhz, and also on
  60. another AT compatible with a VGA card running EGA mode.
  61.  
  62.    I'm now working on an improved version of the program, one
  63. that will include the following features:
  64.  
  65. *  On-screen payoff odds
  66. *  Fatter fonts for the card #s (using the BGI Font Editor)
  67. *  Automatic logging of playing sessions (hands played, won-loss)
  68. *  Full statistics on the hands held and hands drawn
  69. *  Showing winning hands in the first 5 cards
  70. *  Auto-play mode (Pick your strategy and let it run.)
  71. *  Some other good stuff...
  72.  
  73.    If you like this game and continue to use it, I'd sure
  74. appreciate it if you'd send me a few bucks for my efforts, say $5
  75. or $10. Include your name, address, and phone number, and I'll
  76. keep you posted on what's happening with the new versions. If
  77. you're interested in the Turbo Pascal source code, let me know.
  78. My address is:
  79.  
  80.                            Ron Marshall
  81.                         4386 Escondido #27
  82.                         Las Vegas, NV 89119
  83.                         Phone 702-791-0501
  84.  
  85.